Re: [myhdl-list] Mixing MyHDL-generated source with other code
Brought to you by:
jandecaluwe
From: Henry G. <he...@ca...> - 2015-05-07 12:28:30
|
On 07/05/15 12:55, Euripedes Rocha Filho wrote: > > Before knowing the existence of myhdl_tools/gizflo I was thinking in > use a python based build system and base my own tool on top of it. How > are you guys doing the "project" configuration? I mean, how the source > files are found, how the options are passed to the synthesis tools... > I was thinking in use a set of yaml files for tools, source list and > board configuration. Yes, something like that... I actually use a python config file: https://github.com/hgomersall/Veriutils/blob/master/veriutils.cfg which (among some other stuff) is used to populate a template: https://github.com/hgomersall/Veriutils/blob/master/vivado/templates/simulate.tcl.tmpl It's pretty simple, and it may be that for more complex stuff more is needed, but it works for me for the time being. Cheers, Henry |