mirror of
https://github.com/olofk/serv.git
synced 2025-04-22 12:57:09 -04:00
decode: Make linter happy
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
parent
259d5a10ed
commit
28adccde1b
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ module serv_decode #(
|
|||
wire co_rd_alu_en = !opcode[0] & opcode[2] & !opcode[4];
|
||||
|
||||
generate
|
||||
if (PRE_REGISTER) begin
|
||||
if (PRE_REGISTER != 0) begin
|
||||
|
||||
always @(posedge clk) begin
|
||||
if (i_wb_en) begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue