Reputation: 1
Given my understanding of how timescale precision is used to schedule events in System Verilog. Is it possible for this to be done without resorting to multiplying all delays?
Upvotes: 0
Views: 625
Reputation: 42738
You need at least 100ps time precision to represent 0.5ns. Your clock generator can be put in a module with that precision and all other modules will adjust their precision to the smallest precision of all modules.
Upvotes: 0