Expand verilog model search path with the folder where the cells are located

Then the verilog model can live with the cell itself
This commit is contained in:
2026-06-28 13:12:16 +02:00
parent 3957277454
commit 2562ba7a10
2 changed files with 24 additions and 1 deletions
+1
View File
@@ -102,6 +102,7 @@ defun mrModels_process_netlist_cb( cbP, cbData, instH)
net = strcat(net, "; veriloga models\n");
net = strcat(net,scan_folder_va(MRMODELS_DIR_VERILOGA));
net = strcat(net,scan_folder_va(MRMODELS_DIR_CELLS));
fprintf(stderr, "%s",net);
return net;