[Oberon] Verilog module generator - porting Oberon-07 'V5' to another FPGA module
"ɹǝzıuıʇnɹɔs ǝoɾ"
scruty at users.sourceforge.net
Sat May 10 18:58:06 CEST 2014
this might be helpful when porting Oberon-07 'V5' to another FPGA module:
*
Perlilog is a command-line tool which generates Verilog modules from a set of files, which come in several other formats. It was originally designed to integrate Verilog IP cores. It's released as free software (GPL).
Motivation: Anyone who has needed to integrate a few Verilog modules into something working, knows it's a headache. It's not only a mechanic task, but also a source of bugs. Since Verilog modules' interface is basically wires, the integration task requires an accurate understanding of what each wire stands for, and how it's expected to behave. Having many details to keep track on, it's common that undesidered ...
http://www.billauer.co.il/perlilog.html
More information about the Oberon
mailing list