mirror of https://github.com/YosysHQ/yosys.git
Fixed Anlogic simulation model
This commit is contained in:
parent
c4b61f2d69
commit
0de328da8f
|
@ -17,7 +17,7 @@ module AL_MAP_LUT1 (
|
||||||
);
|
);
|
||||||
parameter [1:0] INIT = 2'h0;
|
parameter [1:0] INIT = 2'h0;
|
||||||
parameter EQN = "(A)";
|
parameter EQN = "(A)";
|
||||||
assign Y = INIT >> A;
|
assign o = INIT >> a;
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module AL_MAP_LUT2 (
|
module AL_MAP_LUT2 (
|
||||||
|
|
Loading…
Reference in New Issue