srdl2sv/tests/systemrdl
Dennis 6359883c27
Finish initial version of interrupt suport, closes #1
The software is now able to create most interrupt combinations of
Section 9.9 of the SystemRDL 2.0 LRM. It supports
stickybit/non-stickybit interrupts, it support posedge, negedge,
bothedge, and level interrupts, and it is able to generate all
surrounding logic.

This commit also fixes a reset-bug that caused registers that were reset
to 0 to be not reset (because 'if not reset_value' will return True if
the 'reset_value' is 0).
2021-09-26 19:40:04 -07:00
..
external_registers.rdl Add directory that will contain SystemRDL files for tests 2021-09-13 22:09:04 -07:00
interrupts.rdl Finish initial version of interrupt suport, closes #1 2021-09-26 19:40:04 -07:00
simple_rw_reg.rdl Add directory that will contain SystemRDL files for tests 2021-09-13 22:09:04 -07:00