diff --git a/compressor_jp/jp_channel.v b/compressor_jp/jp_channel.v index 425beab2c68cafcfa83d1870c72199da850422b4..166402f34609d3df65d7eca919cf68c0f7c3ab00 100644 --- a/compressor_jp/jp_channel.v +++ b/compressor_jp/jp_channel.v @@ -616,7 +616,7 @@ module jp_channel#( .set_interrupts (set_interrupts_w), // input .data_in (cmd_data[1:0]), // input[1:0] .status (status_data), // output[9:0] - .irq (irq) // output + .irq (irq) // output ); status_generate #( @@ -626,16 +626,17 @@ module jp_channel#( .EXTRA_REG_ADDR (CMPRS_HIFREQ_REG_ADDR) ) status_generate_i ( - .rst (1'b0), //rst), // input + .rst (1'b0), // input .clk (mclk), // input .srst (mrst), // input .we (set_status_w), // input .wd (cmd_data[7:0]), // input[7:0] - .status ({hifreq,status_data,2'b0}), // input[2:0] + .status ({hifreq,status_data,2'b0}), // input[45:0] .ad (status_ad), // output[7:0] .rq (status_rq), // output .start (status_start) // input ); + //hifreq // Not needed? // reg emul64; diff --git a/x393.v b/x393.v index 278a389b397827b74a50ee2dd209575d25303c5d..68be5212639fe78853c02371fd94c3797221f48c 100644 --- a/x393.v +++ b/x393.v @@ -37,8 +37,6 @@ * with at least one of the Free Software programs. */ `timescale 1ns/1ps -//`define use200Mhz 1 -//`define DEBUG_FIFO 1 `include "system_defines.vh" module x393 #( `include "includes/x393_parameters.vh" // SuppressThisWarning VEditor - some not used