Unai Martinez-Corral
Unai Martinez-Corral
@ktbarrett > Not sure there needs to be 1 method for discovering testbenches or passing test configurations that everyone has to support. Actually, I mentioned the discovery but I left...
> TCL can access environment variables. Is there something I am missing here? Setting them is nothing more than: `set ::env(name-to-set) value-to-set` @JimLewis the problem is not setting environments variables....
@JimLewis the discovery strategy is radically different for OSVVM and cocotb; hence, discussing both at the same time can be slightly misleading, although necessary. From cocotb's and Kaleb's point of...
We are all coming to the same page now! 🎉 I am particularly happy because I did not expect to sort this out today 😄 > In OSVVM, there is...
@Paebbels, we need to carefully read this dialogue that Lars and Jim had during the last 3 weeks, in line with ProjectModel. Particularly, the semantics of "harness/fixture" that Lars mentioned...
@JimLewis (re)using the `.pro` (TCL) scripts somehow is something we are discussing in #765, and something I'm working on with @Paebbels. We want to use that in multiple projects (GHDL's...
I added 10 `run*.py` scripts to OSVB: - https://github.com/umarcor/osvb/tree/main/AXI4Stream/test/osvvm - https://umarcor.github.io/osvb/egs/axi4stream.html#osvvm-tbstream Those are all equivalent. The target testbench is `TbStream.vhd` + `TestCtrl_e.vhd` + `TbStream_SendGet1.vhd`, which is an example from OSVVM's...
@LarsAsplund, it's technically Option 3, because the `run*.py` scripts are in OSVB, not here. However, I might add an example to this repo, based on run_wvcsa, which retrieves OSVVMLibraries. Let...
> depandabot looks nice but if it doesn't support non-semver versioning we can always write a script manually that handles OSVVM's year.month[patch] It seems that dependabot does not support the...
Hi @solsjo! That sounds interesting! Are you aware of [hdl/bazel_rules_hdl](https://github.com/hdl/bazel_rules_hdl)? The purpose of that repository is gathering Bazel recipes for HDL|EDA related tools. It would be interesting to gather rules...