OSVVM / AXI4

AXI4 Full, Lite, and AxiStream verification components. AXI4 Interface Master, Responder, and Memory verification components. AxiStream transmitter and receiver verification components
Other
129 stars 18 forks source link

Provide an 'analyze_order' file #1

Closed Paebbels closed 4 years ago

Paebbels commented 6 years ago

As requested for OSVVM itself, an analyze_order file is required to allow scripts to run the VHDL compilation process.

A *.tcl or *.do script is not sufficient.

JimLewis commented 6 years ago

AXI4 currently has such a file. It is provisional and is not currently verified in any way.

Paebbels commented 6 years ago

Oh, it's among the source files. I totally overlooked Axi4_compile.txt.

Is it possible to use a generic name? It's more work to construct all the files when I'm going to pre-compile all OSVVM VIPs e.g. in GHDL. Or another file is needed in VerificationIPs to reference these compilation files for all the VIPs it links too.

JimLewis commented 6 years ago

It is rule based generic. The current rule is DirectoryName_compile.txt.

Paebbels commented 6 years ago

OK. I'll prepare scripts on my side.

JimLewis commented 4 years ago

Lets continue the discussion in the main OSVVM area. One scripting method.