summaryrefslogtreecommitdiff
path: root/hdl/util.svh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change our simulator timing model to use continuous assignment guards.Julian Blake Kongslie2021-04-051-5/+2
| | | | | | | Instead of depending on verilator getting $past right, this (ab-)uses the SystemVerilog scheduling model which allows us to get a consistent view of the universe by "isolating" the blocking updates. Easier to code to and seems to be more reliable in verilator.
* Convert to using $sampled instead of $past, for more uniformity.Julian Blake Kongslie2021-03-291-1/+1
|
* Initial commit.Julian Blake Kongslie2021-03-281-0/+5