TheSystemDevelopmentKit / rtl

Package for rtl (i.e. Verilog and VHDL ) simulation control
Other
1 stars 2 forks source link

Fix interactive executions #69

Closed mkosunen closed 1 year ago

mkosunen commented 1 year ago

Content of interactive control files may be such that they cause batch run to fail. Therefore use Controlfiles only if interactive_rtl is True.

Bugfix: interactive_controlfile was not set correctly to the file that was written.

mkosunen commented 1 year ago

@Roenski Can you verify this. If we need controlfiles for batch, let's develop mechanism for that separately.

Closes #65