Commit 74d3a555 authored by Andrey Filippov's avatar Andrey Filippov

minor formatting

parent 69eeb5d7
...@@ -626,16 +626,17 @@ module jp_channel#( ...@@ -626,16 +626,17 @@ module jp_channel#(
.EXTRA_REG_ADDR (CMPRS_HIFREQ_REG_ADDR) .EXTRA_REG_ADDR (CMPRS_HIFREQ_REG_ADDR)
) status_generate_i ( ) status_generate_i (
.rst (1'b0), //rst), // input .rst (1'b0), // input
.clk (mclk), // input .clk (mclk), // input
.srst (mrst), // input .srst (mrst), // input
.we (set_status_w), // input .we (set_status_w), // input
.wd (cmd_data[7:0]), // input[7:0] .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] .ad (status_ad), // output[7:0]
.rq (status_rq), // output .rq (status_rq), // output
.start (status_start) // input .start (status_start) // input
); );
//hifreq //hifreq
// Not needed? // Not needed?
// reg emul64; // reg emul64;
......
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
* with at least one of the Free Software programs. * with at least one of the Free Software programs.
*/ */
`timescale 1ns/1ps `timescale 1ns/1ps
//`define use200Mhz 1
//`define DEBUG_FIFO 1
`include "system_defines.vh" `include "system_defines.vh"
module x393 #( module x393 #(
`include "includes/x393_parameters.vh" // SuppressThisWarning VEditor - some not used `include "includes/x393_parameters.vh" // SuppressThisWarning VEditor - some not used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment