1.1 --- a/lm32_top.v Sun Mar 06 19:32:57 2011 +0000 1.2 +++ b/lm32_top.v Sun Mar 06 19:48:34 2011 +0000 1.3 @@ -341,16 +341,12 @@ 1.4 // JTAG cores 1.5 jtag_cores jtag_cores ( 1.6 // ----- Inputs ----- 1.7 -`ifdef INCLUDE_LM32 1.8 .reg_d (jtag_reg_d), 1.9 .reg_addr_d (jtag_reg_addr_d), 1.10 -`endif 1.11 // ----- Outputs ----- 1.12 -`ifdef INCLUDE_LM32 1.13 .reg_update (jtag_update), 1.14 .reg_q (jtag_reg_q), 1.15 .reg_addr_q (jtag_reg_addr_q), 1.16 -`endif 1.17 .jtck (jtck), 1.18 .jrstn (jrstn) 1.19 );