Adeeb Khair
Adeeb Khair

Reputation: 1

Run two Modelsim tcl that compile and simulate the design

I need to run two Modelsim Tcls in VS Code terminal, one tcl compile the VHDL file (VCOM) using Modelsim: VSIM -C -do "do sim_module.do; quit -f" once this tcl is finished to compile the design in CLI mode I would like to run another tcl to simulate the design : vsim -do sim.do

Please can you advice how to create main tcl that contain both of them , and I need to run it (how ?) instead of running every time each tcl separately ?

Thanks so much

I trying to run each tcl separate and this works I need main tcl that run the two above tcls

Upvotes: -1

Views: 23

Answers (0)

Related Questions