Maximo
Maximo
It would be good to be able to load a new DEF or reset the internal database to load new content without having to close the app.
I'm running STA on the whole caravel+user_project_area to try to detect any issues we might get from the integreation of both. I have a question about the mgmt_core.user_irq inputs: In...
I got an error on this line when it was trying to copy a project `spef` file because the destination `spef` folder didnt exist: https://github.com/mattvenn/multi_project_tools/blob/0f7c5722fc47afad85f750f5e1e44256c9e6bb45/collect.py#L126
If you run `--create-openlane-config` without the instances info in `macro.cfg` you don't get to see the warning message about that file not being generated, because that call is after the...
Testing some caravel firmware project that had integer multiplication I got this error: `undefined reference to '__mulsi3'` It seems that the default Makefile didn't include libgcc, where soft implementations of...
I think it would be useful to mention that J2 on the development board connects Caravel UART to the FTDI chip on: https://github.com/efabless/caravel_board/blob/8b965cd39c64f28c24af80159d6b48bc4cc00404/firmware/chipignite/README.md Maybe something like this? Shorting J2 enables...