fabianschuiki / llhd

Low Level Hardware Description — A foundation for building hardware design tools.
http://www.llhd.io
Apache License 2.0
392 stars 30 forks source link

Merge llhd-sim and add trace regression tests #132

Closed fabianschuiki closed 4 years ago

fabianschuiki commented 4 years ago

Inline the llhd-sim repository into this repository and make the simulator be a regular binary target of the llhd crate. Start adding the first basic simulation trace regression tests. Add a few critical event queue tests that exercise transport delay vs. inertial delay, ordering of same-signal events in the same time step, and overriding of older events.

Related: https://github.com/fabianschuiki/llhd-sim/issues/10

fabianschuiki commented 4 years ago

Done in 6e1208a76.