mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-03 12:51:23 +00:00
Merge pull request #798 from mmicko/master
Fixed Anlogic simulation model
This commit is contained in:
commit
266511b29e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue