mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Merge pull request #228 from Kmanfi/test
Fix for modules with big interfaces.
This commit is contained in:
		
						commit
						d01e34136e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4,8 +4,8 @@
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int line = 0;
 | 
					int line = 0;
 | 
				
			||||||
char buffer1[1024];
 | 
					char buffer1[8192];
 | 
				
			||||||
char buffer2[1024];
 | 
					char buffer2[8192];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void check(bool ok)
 | 
					void check(bool ok)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue