Resolve some issues to build on mac.

This includes renaming Fifo.bsv to Fifos.bsv to account for a case insensitive file system which confuses this library with FIFO.bsv.
Also this includes an update of the verilator flags that are needed for modern verilator.
Finally, some verilator flag changes for building with LLVM.
This commit is contained in:
Jonathan Woodruff
2020-03-19 19:21:59 +00:00
parent c278e4fe68
commit b830f4bf41
38 changed files with 42 additions and 42 deletions

View File

@@ -29,7 +29,7 @@ import DefaultValue::*;
import ConcatReg::*;
import ConfigReg::*;
import Ehr::*;
import Fifo::*;
import Fifos::*;
import Vector::*;
import FIFO::*;
import GetPut::*;