Forum Discussion
Hi,
Just to follow up on this , our OFS team mentioned that there is one additional parameter ( --stage) in command that should generate out the Quartus project that can compile, but the command seems to be like for internal usage as it is not published out externally in documentation.
First you will need to use the public repo, not the one in github.com/otcshare i suppose , as the example given is based on public repository build script, not the otcshare build script command.
Example using this
https://github.com/OFS/ofs-agx7-pcie-attach (formerly known as https://github.com/OFS/ofs-n6001)
eg .
git clone --recurse-submodules https://github.com/OFS/ofs-n6001
export OFS_ROOTDIR=${PWD}/ofs-n6001
export WORKDIR=${OFS_ROOTDIR}
build command with the --stage option
Could you try using the command below with --stage compile, that should give you a quartus project that you can compile in GUI
In $OFS_ROOTDIR
./ofs-common/scripts/common/syn/build_top.sh --stage compile n6001 work
In project directory inside work tree:
quartus_sh --flow compile ofs_top –c ofs_top
Or:
quartus ofs_top –c ofs_top <-- Use the GUI
Thanks
Regards
Kian