mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-27 01:39:23 +00:00 
			
		
		
		
	Import memory attributes
This commit is contained in:
		
							parent
							
								
									a217450524
								
							
						
					
					
						commit
						8fb498744f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -1176,6 +1176,7 @@ void VerificImporter::import_netlist(RTLIL::Design *design, Netlist *nl, std::ma | |||
| 			memory->name = RTLIL::escape_id(net->Name()); | ||||
| 			log_assert(module->count_id(memory->name) == 0); | ||||
| 			module->memories[memory->name] = memory; | ||||
| 			import_attributes(memory->attributes, net, nl); | ||||
| 
 | ||||
| 			int number_of_bits = net->Size(); | ||||
| 			int bits_in_word = number_of_bits; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue