mirror of
				https://github.com/cclassic/model-ghdl
				synced 2025-11-04 02:49:33 +01:00 
			
		
		
		
	Updated README
This commit is contained in:
		@@ -9,7 +9,7 @@ First install ghdl from [github](https://github.com/tgingold/ghdl/) and install
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Then, to compile the wrapper, simply do the following:
 | 
					Then, to compile the wrapper, simply do the following:
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
git clone <git-url>
 | 
					git clone https://github.com/cclassic/model-ghdl
 | 
				
			||||||
cmake .
 | 
					cmake .
 | 
				
			||||||
make
 | 
					make
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
@@ -27,7 +27,7 @@ VCOM
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Notes
 | 
					### Notes
 | 
				
			||||||
* *cwd* is expected to be the compile directory
 | 
					* *cwd* is expected to be the compile directory
 | 
				
			||||||
* Recommended arguments: -ghdl --ieee=synopsys -ghdl -fexplicit -ghdl -P[/path/to/lib](https://github.com/tgingold/ghdl/tree/master/libraries/vendors)
 | 
					* Recommended arguments: -ghdl --ieee=synopsys -ghdl -fexplicit -ghdl -frelaxed-rules -ghdl -P[/path/to/lib](https://github.com/tgingold/ghdl/tree/master/libraries/vendors)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VSIM
 | 
					VSIM
 | 
				
			||||||
----
 | 
					----
 | 
				
			||||||
@@ -40,7 +40,7 @@ VSIM
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Notes
 | 
					### Notes
 | 
				
			||||||
* *cwd* is expected to be the source directory (used for .gtkw save path)
 | 
					* *cwd* is expected to be the source directory (used for .gtkw save path)
 | 
				
			||||||
* Recommended arguments: -gtkwprefix gtkwave/ -ghdl --ieee=synopsys -ghdl -fexplicit -ghdl -P[/path/to/lib](https://github.com/tgingold/ghdl/tree/master/libraries/vendors)
 | 
					* Recommended arguments: -gtkwprefix gtkwave/ -ghdl --ieee=synopsys -ghdl -fexplicit -ghdl -frelaxed-rules -ghdl -P[/path/to/lib](https://github.com/tgingold/ghdl/tree/master/libraries/vendors)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VMAP
 | 
					VMAP
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user