mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Rename __hier*.f files to match other generated files
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ VL_DEFINE_DEBUG_FUNCTIONS;
|
||||
|
||||
static string V3HierCommandArgsFileName(const string& prefix, bool forCMake) {
|
||||
return v3Global.opt.makeDir() + "/" + prefix
|
||||
+ (forCMake ? "_hierCMakeArgs.f" : "_hierMkArgs.f");
|
||||
+ (forCMake ? "__hierCMakeArgs.f" : "__hierMkArgs.f");
|
||||
}
|
||||
|
||||
static void V3HierWriteCommonInputs(const V3HierBlock* hblockp, std::ostream* of, bool forCMake) {
|
||||
|
||||
Reference in New Issue
Block a user