Add AXI4-Lite CPUIF

This commit is contained in:
Alex Mykyta
2022-01-31 23:11:31 -08:00
parent 321d8a6cd1
commit de5eecf0e7
8 changed files with 483 additions and 0 deletions

View File

@@ -19,6 +19,12 @@ class ModelSim(Simulator):
# Ignore noisy warning about vopt-time checking of always_comb/always_latch
"-suppress", "2583",
# all warnings are errors
"-warning", "error",
# except this one.. TODO: figure out if I can avoid this
"-suppress", "13314",
]
# Add source files