Olof Kindgren

Results 522 comments of Olof Kindgren

The main reason was for getting files from EDA tool installations, e.g. many Xilinx libs require simulating with `$XILINX_VIVADO/data/verilog/src/glbl.v`. There are also other situations where you might need to refer...

Also, let's push this past the 1.12 release

I don't think it's feasible to do that as tool installations can be decoupled from the design environment

I LOVE it! Where's the code? :)

I have been considering adding support for both user-defined (that can be set by use flags) and special variables (that are inferred by FuseSoC from the core description file). The...

Yeah, this is an issue I'm painfully aware of. For SVN repos you can specify `repo_root` to just get a subtree but that doesn't work for git repositories. Using a...

I might have an idea what's going on. Have an old memory of something similar. It could be that the dash gets converted to an underscore somewhere in the code,...

That line is probably to match the renaming that argparse does internally. IIRC the problem used to be the opposite, namely FuseSoC changed all _ to - in an attempt...

I've started working on this now. Not system tests, but unit tests with mocked external commands

Feel free to take it. Can't figure out how to assign with the github gui though