Hi, I'm new around here. I started using iic-osic-tools and I'm in doubt on how to configure OpenLan...
c
Hi, I'm new around here. I started using iic-osic-tools and I'm in doubt on how to configure OpenLane, could someone help me?
v
configure mean, tool or design configuration?
d
Once you are in the iic-osic-tools environment, you can use openlane as normal. See inside
cd /foss/tools/openlane/
and run an example design ie `./flow.tcl -design spm``
e
Hello, I am trying to do it, but then a message is sent: ERROR]: during executing yosys script /foss/tools/openlane/2023.03/scripts/yosys/synth.tcl ERROR: No such module: . child process exited abnormally
I think some parameter is missing, but I don't know which
d
So I've just run things and it works on my environment that I installed a few days ago. Try this:
Copy code
To enter docker environment in admin mode:
cd iic-osic-tools
./start_shell.sh

# In docker environment
cd $OPENLANE_ROOT/2023.05
./flow.tcl -design spm
If that doesn't work try reinstalling the environment as mine is the latest commit and is working fine
We've got different environments, mine is 2023.05 vs your 2023.03 so unsure if a legacy bug
e
My problem is about the module name in the .json file. Which name has to be entered there?
d
So the
spm
example should be default configured.
If you need to configure your own example best to follow the openlane docs to get all the flags right
108 Views