-
-
How may we help - what is your question?
Please see the code example below. This is a trivial example to illustrate. Some IPs have clocks and resets (functional pervasive) embedded in structs and…
-
Structs would be nice, then you can do things like:
```
struct pixel {
bits red;
bits green;
bits blue;
}
module pixelgen() -> (pixel p) {
p.red[t] = 5;
p.green[t] = 5;
…
-
using a simple axi-ram.v
```python
import cocotb
from cocotb.clock import Clock
from cocotb.triggers import RisingEdge, FallingEdge, Timer
from cocotbext.axi import AxiBus, AxiMaster, AxiLiteBus,…
-
FreeHDL is dead upstream. GHDL is the best alternative.
Replace the simulation engines is as simple as modifying the wrappers scripts.
However the digital.pdf tutorial is written around FreeHDL. Wha…
-
#### Description
When running a simulation with a large time duration (~500k seconds), the waveform generated using the `.withFstWave` option cannot be opened in GTKWave. Attempting to load the `.f…
-
Not possible to convert to EU MIHG_US_AU_S2014 using M.I.B script
I have updated SW from S2014 to K2019 and tried again, but I have received the same error
M.I.B LOG file and screenshots attach…
-
### Problem description
As a vCloud administrator, I would like to be able to:
- [x] create
- [ ] edit
- [x] delete
- [x] supervise
- [ ] reconciliate
the users from an organization, with K…
-
Hi there!
I've detected a bug in VexRiscv.
## Brief bug description
Some sign injection instructions, such as `fsgnj.d` or `fsgnjx.d`, behave incorrectly when encountering NaNs.
## Example…
-
- Need step by step procedure for upgrade CSE 2.0.0 to CSE 2.5.1
- List of actions which can/can’t be performed on existing cluster after upgrade from CSE 2.0.0 to CSE 2.5.1