-
## Description
When creating draft IO in HW diagram, connecting it with local defined port, Kactus2 offers to either complete connection to bus with automatically copying ports, or manually setting…
Kyrhe updated
6 months ago
-
I am trying to download XML schema from a remote URL and it seems to be modifying one of the schema document incorrectly.
Here's a snippet of the code to reproduce the issue:
```python3
import xm…
-
## Description:
Port wire editor has the capability to add ports from interfaces. This is currently missing from IPXACT 2022 standard components.
## Kactus2 version:
3.13
## Platform:
W…
Kyrhe updated
9 months ago
-
## Description
In port editor, creating one field of type information makes verilog generator correctly infer port type. To fastly add this to other ports, you can copy paste the field type to othe…
Kyrhe updated
9 months ago
-
## Description
When creating mirrored Initiator and target interfaces, bus icon colours get inferred to be all of the same type (for mirrored target). Behavior seems to be correct, so issue is like…
Kyrhe updated
9 months ago
-
## Description
Required wires in bus definitions are displayed as optional in bus interface port editor. Additionally, option to add only ports for either optional or required ports does not add an…
Kyrhe updated
9 months ago
-
## Description
When writing verilog with generator from files, either diagrams or components, adding files to fileset causes the tool to crash. Writing verilog without fileset works correctly, for …
Kyrhe updated
9 months ago
-
The specs say that:
_dim (optional; type: unsignedLongintExpression (see C.3.8)) assigns an unbounded dimension to the register, so it is repeated as many times as the value of the dim elements_
S…
-
This is a completely arbitrary example, but take the following:
```
0
```
There's no way to get both the name attribute and the 0, as tags designated as CHILD or CHILDREN in the ya…
-
Hi everyone, can you please help me about this problem below:
1. When I use *RegblockExporter.export()* function to generate rtl code, I got an error like this:
```log
Traceback (most recent call …