Merge pull request #798 from mmicko/master

Fixed Anlogic simulation model
This commit is contained in:
Clifford Wolf 2019-01-27 09:25:18 +01:00 committed by GitHub
commit 266511b29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module AL_MAP_LUT1 (
);
parameter [1:0] INIT = 2'h0;
parameter EQN = "(A)";
assign Y = INIT >> A;
assign o = INIT >> a;
endmodule
module AL_MAP_LUT2 (