mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update IR to make synth happy
This commit is contained in:
parent
1c58b20cea
commit
44335fdac9
@ -71,7 +71,7 @@ module ir (
|
||||
always @(posedge updateIR or negedge resetn) begin
|
||||
if (~resetn)
|
||||
{BypassInstr, IDCodeInstr, DtmcsIntrs, DmiInstr} <= 4'b0100;
|
||||
else if (updateIR)
|
||||
else
|
||||
{BypassInstr, IDCodeInstr, DtmcsIntrs, DmiInstr} <= decoded;
|
||||
end
|
||||
/* verilator lint_on SYNCASYNCNET */
|
||||
|
Loading…
Reference in New Issue
Block a user