Closed ju-sh closed 3 years ago
It's okay, I found a fix.
The error was coming from /usr/local/share/qflow/scripts/yosys.sh
, as the result of a condition
if (-f ${libertypath} && -f ${bindir}/vlogFanout )
becoming false.
The problem was that the vlogFanout tool wasn't there in /usr/local/share/qflow/bin/ directory. So I copied src/vlogFanout from the build directory there and it worked!
I was trying to do the tutorial with GUI using the map9v3.v file as input, but am getting an error at the synthesis step.
vlogFanout failure.
Was using osu035 technology on an Ubuntu 18.04 computer.
There was no
tech/
directory inside my/usr/local/share/qflow/
after runningmake install
for qflow (on default configuration). So I had just copied thetech/
directory from the build folder there. Was that wrong?This is the error that I'm getting:
And I'm using the following versions of tools:
What could've gone wrong? Any idea?