Fastino log2_width=5 doesn't work on some ports #238

Open
opened 2023-06-21 17:34:28 +08:00 by esavkin · 0 comments

Maybe related to #197

Tested on release-7 with configuration:

{
    "target": "kasli_soc",
    "min_artiq_version": "7.0",
    "variant": "test",
    "hw_rev": "v1.0",
    "base": "standalone",
    "core_addr": "192.168.1.42",
    "peripherals": [
        {
            "type": "fastino",
            "ports": [0],
            "log2_width": 5
        }
    ]
}

With configuration on port 0 it works fine, on port 7 - no (only default values are output).

Other ports and versions to be tested.

Maybe related to #197 Tested on release-7 with configuration: ``` { "target": "kasli_soc", "min_artiq_version": "7.0", "variant": "test", "hw_rev": "v1.0", "base": "standalone", "core_addr": "192.168.1.42", "peripherals": [ { "type": "fastino", "ports": [0], "log2_width": 5 } ] } ``` With configuration on port 0 it works fine, on port 7 - no (only default values are output). Other ports and versions to be tested.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/artiq-zynq#238
There is no content yet.