mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 03:31:24 +00:00
More testing
This commit is contained in:
parent
bfb8b3018b
commit
554c58715a
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue