[contrib] [XLScc] Codegen Error For Pipelined Designs #1365
Open
Description
opened on Mar 29, 2024
I have just installed the XLS in an apptainer and I was trying to run the examples from here - https://google.github.io/xls/tutorials/xlscc_overview/
The combinational one ran successfully but when i was trying to run the pipelined one, it was throwing some errors. I was able to generate the IR and OPT IR files, but the error keeps popping up during verilog generation.
To Reproduce
Steps to reproduce the behavior:
- Generate the IR and OPT IR from the XLS overview page and then attempt to generate the RTL using codegen
The following error pops up.
ERROR: Unknown command line flag 'entry'. Did you mean: top ?
Environment (this can be helpful for troubleshooting):
- OS: [e.g. Ubuntu 22.04]
- Versions [e.g. 22.04]
- Apptainer
Activity