mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-19 09:40:21 +00:00
Add Liberty to verilog conversion tests
This commit is contained in:
parent
4de5e718ed
commit
36e57017fe
8 changed files with 239 additions and 0 deletions
8
tests/liberty_verilog/busdef2.lib.v.ok
Normal file
8
tests/liberty_verilog/busdef2.lib.v.ok
Normal file
|
@ -0,0 +1,8 @@
|
|||
(* blackbox = 1 *)
|
||||
(* leakage_power_unit = "1pW" *)
|
||||
module not_cell(A, Y);
|
||||
input [7:0] A;
|
||||
wire [7:0] A;
|
||||
output Y;
|
||||
wire Y;
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue