We probably need to think about generating a couple of different systems in occamygen.py.
I can at least think about two in that context:
- RTL Sim
- FPGA
- (ASIC in the private wrapper repo)
I think we have all the necessary ingredients for this. What is missing is:
- Create a second(/third) configuration file. Using
jsonref we could also share the cluster configuration between the system configuration.
- Generate the RTL into dedicated directories
- (Manually) adapt the
Bender.yml to include the appropriate files.
We probably need to think about generating a couple of different systems in
occamygen.py.I can at least think about two in that context:
I think we have all the necessary ingredients for this. What is missing is:
jsonrefwe could also share the cluster configuration between the system configuration.Bender.ymlto include the appropriate files.