mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Add another test
This commit is contained in:
		
							parent
							
								
									4158ce4eda
								
							
						
					
					
						commit
						378d9e6e0c
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -84,7 +84,14 @@ design -reset | |||
| read_verilog ../common/blockram.v | ||||
| hierarchy -top sync_ram_sdp -chparam ADDRESS_WIDTH 8 -chparam DATA_WIDTH 1 | ||||
| setattr -set ram_style "block" m:memory | ||||
| dump m:* | ||||
| synth_xilinx -top sync_ram_sdp | ||||
| cd sync_ram_sdp | ||||
| select -assert-count 1 t:RAMB18E1 | ||||
| 
 | ||||
| design -reset | ||||
| read_verilog ../common/blockram.v | ||||
| hierarchy -top sync_ram_sdp -chparam ADDRESS_WIDTH 8 -chparam DATA_WIDTH 1 | ||||
| setattr -set ram_block 1 m:memory | ||||
| synth_xilinx -top sync_ram_sdp | ||||
| cd sync_ram_sdp | ||||
| select -assert-count 1 t:RAMB18E1 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue