mirror of https://github.com/YosysHQ/yosys.git
Intersynth URL
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
parent
0ff4fb1eb3
commit
2d95a7da9c
|
@ -68,7 +68,7 @@ struct IntersynthBackend : public Backend {
|
|||
log(" only write selected modules. modules must be selected entirely or\n");
|
||||
log(" not at all.\n");
|
||||
log("\n");
|
||||
log("http://www.clifford.at/intersynth/\n");
|
||||
log("http://bygone.clairexen.net/intersynth/\n");
|
||||
log("\n");
|
||||
}
|
||||
void execute(std::ostream *&f, std::string filename, std::vector<std::string> args, RTLIL::Design *design) override
|
||||
|
|
|
@ -6999,7 +6999,7 @@ a tool for Coarse-Grain Example-Driven Interconnect Synthesis.
|
|||
only write selected modules. modules must be selected entirely or
|
||||
not at all.
|
||||
|
||||
http://www.clifford.at/intersynth/
|
||||
http://bygone.clairexen.net/intersynth/
|
||||
\end{lstlisting}
|
||||
|
||||
\section{write\_json -- write design to a JSON file}
|
||||
|
|
Loading…
Reference in New Issue