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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user