mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Improve SVA tests, add Makefile and scripts
This commit is contained in:
		
							parent
							
								
									90d8329f64
								
							
						
					
					
						commit
						b24f737759
					
				
					 11 changed files with 110 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -10,9 +10,9 @@ entity demo is
 | 
			
		|||
end entity;
 | 
			
		||||
 | 
			
		||||
architecture rtl of demo is
 | 
			
		||||
	signal read : std_logic;
 | 
			
		||||
	signal write : std_logic;
 | 
			
		||||
	signal ready : std_logic;
 | 
			
		||||
	signal read : std_logic := '0';
 | 
			
		||||
	signal write : std_logic := '0';
 | 
			
		||||
	signal ready : std_logic := '0';
 | 
			
		||||
begin
 | 
			
		||||
	process (clock) begin
 | 
			
		||||
		if (rising_edge(clock)) then
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue