mirror of https://github.com/YosysHQ/yosys.git
Missing endmodule
This commit is contained in:
parent
1123c09588
commit
f6203e6bd6
|
@ -35,6 +35,7 @@ endmodule
|
||||||
|
|
||||||
(* abc_box_id = 1000 *)
|
(* abc_box_id = 1000 *)
|
||||||
module \$__ABC_ASYNC (input A, S, output Y);
|
module \$__ABC_ASYNC (input A, S, output Y);
|
||||||
|
endmodule
|
||||||
|
|
||||||
// Box to emulate comb/seq behaviour of RAMD{32,64} and SRL{16,32}
|
// Box to emulate comb/seq behaviour of RAMD{32,64} and SRL{16,32}
|
||||||
// Necessary since RAMD* and SRL* have both combinatorial (i.e.
|
// Necessary since RAMD* and SRL* have both combinatorial (i.e.
|
||||||
|
|
Loading…
Reference in New Issue