-
- May help to prevent malware from spreading when testing actual malware
- May make it more extensible. Ie. easy way to clone the repo and get going without dealing with antivirus software, etc, etc.…
-
if have ex.
```c
void some_func()
{
out = the_pipeline_func(in);
}
```
where `in` and `out` are global wires - then, if `some_func` is selected for having IO registers added to meet timin…
-
Encountered an issue when running a VUnit test on macOS, which does not occur on Ubuntu (x86_64).
VUnit commit: b0ea8dc4b34c8341bd74ed4de53d4eaca7265360 (vc_standard branch)
Tests run:
``` shell
…
-
Would like to support both a bsv and vhdl flow here. I have little experience with the internals here but with some work I think we can get this going.
We'd want to support both ICE40 and ECP5 devi…
-
The purpose of this issue is to track bugs reported to maintainers of GHDL regarding compliance with these test suites.
- `vhdl_2008/tb_condition_operator.vhd`
- ghdl/ghdl#977
- `vhdl_2008/tb_m…
-
yosys -m ghdl -p "ghdl --std=93c --ieee=synopsys -fexplicit -Whide -Wspecs dut2; write_cxxrtl blink.cpp"
/----------------------------------------------------------------------------\
| yosys -…
-
ghdl -a --std=08 --work=osvvm OSVVM/AlertLogPkg.vhd
OSVVM/AlertLogPkg.vhd:115:1:warning: package "alertlogpkg" was also defined in file "OsvvmLibraries/osvvm/AlertLogPkg.vhd" [-Wlibrary]
OSVVM/Aler…
-
- [ ] Try with GHDL
- [ ] Try with Vivado
Probably easiest to do with firmware, since they include all other files (confirm that).
Vivado: `read_vhdl -vhdl2008 ` should read the files in VHDL …
-
I encountered a situation where Vivado could not process my HDL because a type "A" collided with a signal name "a".
GHC version: 9.0.2
Clash version: 1.6.3
Consider the following reproducer cons…
-
Consider:
```haskell
bool :: Bool
bool = errorX "help"
```
This produces:
```vhdl
architecture structural of bool is
begin
result