D
Daku
Guest
Could some Verilog guru please help me ? I am using Icarus Verilog
v0.9, and I want to know how to change the simulator's default time
precision. Suppose I have the following snippet:
parameter clk_period = 10;
.......
.......
.......
always
begin
#(clk_period) clock = ! clock
end
In this case, what is the default time precision, and how do I change
it ? Apparently, there are no general users' forum for this superb
package, and so I ask my question here. Any hints, suggestions would
be of immense help. Thanks in advance.
v0.9, and I want to know how to change the simulator's default time
precision. Suppose I have the following snippet:
parameter clk_period = 10;
.......
.......
.......
always
begin
#(clk_period) clock = ! clock
end
In this case, what is the default time precision, and how do I change
it ? Apparently, there are no general users' forum for this superb
package, and so I ask my question here. Any hints, suggestions would
be of immense help. Thanks in advance.