veriloggen icon indicating copy to clipboard operation
veriloggen copied to clipboard

Veriloggen: A Mixed-Paradigm Hardware Construction Framework

Results 26 veriloggen issues
Sort by recently updated
recently updated
newest added

is:open is:issue When I give the comment on mac terminal "sudo apt install iverilog" it gives The operation couldn’t be completed. Unable to locate a Java Runtime that supports apt....

I tried to run the notebook file but it has __ file __ so I was not able to run it. To fix this, I used this code to replace...

`Copyright [yyyy] [name of copyright owner]`

![Image](https://github.com/user-attachments/assets/01dafeb2-b207-4ea4-b641-a7e603cf0840) Which standart does this package follow?

Extending veriloggen package for VerilogA would make my life and many other electronics enthusiasts easier. Below I attach argumentation for rising this issue. ## Verilog-A Adaptation for Python Libraries None...

When trying to create Reg module with raw_dims, the class misses the raw_dims parameter, while the vtypes.Reg can accept raw_dims. So we cannot create 2D array like `reg [m:0] M[n:0]`