Skip to content

Commit

Permalink
Update external/mor1kx
Browse files Browse the repository at this point in the history
  • Loading branch information
wallento committed Apr 25, 2017
2 parents 5aad635 + da7f10e commit 350c611
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions external/mor1kx/rtl/verilog/mor1kx_bus_if_wb32.v
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ module mor1kx_bus_if_wb32
(BURST_LENGTH==8) ? 3 :
(BURST_LENGTH==16)? 4 : 30;

initial
$display("%m: Wishbone bus IF is %s",BUS_IF_TYPE);

generate
/* verilator lint_off WIDTH */
if (BUS_IF_TYPE=="B3_READ_BURSTING") begin : b3_read_bursting
Expand Down

0 comments on commit 350c611

Please sign in to comment.