3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 03:31:24 +00:00

More testing

This commit is contained in:
Eddie Hung 2019-05-03 15:54:25 -07:00
parent bfb8b3018b
commit 554c58715a
2 changed files with 5 additions and 2 deletions

View file

@ -24,5 +24,7 @@ module test2 (
`define T_rise 1
`define T_fall 2
(A => Q) = (`T_rise,`T_fall);
//(B => Q) = (`T_rise+`T_fall)/2.0;
(B => Q) = 1.5;
endspecify
endmodule