Forum Discussion
SimonRichter
Occasional Contributor
5 years agoFailure to regenerate IP if no graphical output is available
I have an automated CI pipeline that checks out sources, regenerates IP blocks, compiles the sources and generates a bitstream. Quartus is invoked like this:
#! /bin/sh -e
mw-regenerate pcie_reco...
SyafieqS
Super Contributor
5 years agoHi Simon,
You can generate IP via NIOS command shell by invoking run ip-generate command (what I comprehend from the question). For more options and usage on ip-generate run ip-generate --help in command line.
Thanks,
Regards