mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Removed $timescale from "sat" command VCD writer
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									0acea3548b
								
							
						
					
					
						commit
						665eec3d53
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -691,7 +691,6 @@ struct SatHelper
 | 
			
		|||
		// VCD has some limits on internal (non-display) identifier names, so make legal ones
 | 
			
		||||
		std::map<std::string, std::string> vcdnames;
 | 
			
		||||
 | 
			
		||||
		fprintf(f, "$timescale 1ns\n"); // arbitrary time scale since actual clock period is unknown/unimportant
 | 
			
		||||
		fprintf(f, "$scope module %s $end\n", module->name.c_str());
 | 
			
		||||
		for (auto &info : modelInfo)
 | 
			
		||||
		{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue