Skip to content

Commit

Permalink
archapi: Add new API for global constant routing
Browse files Browse the repository at this point in the history
Signed-off-by: gatecat <[email protected]>
  • Loading branch information
gatecat committed Oct 19, 2023
1 parent d8d28fe commit 61c1769
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 82 deletions.
3 changes: 2 additions & 1 deletion common/kernel/nextpnr_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ struct NetInfo : ArchNetInfo
indexed_store<PortRef> users;
dict<IdString, Property> attrs;

// If this is set to a non-empty ID, then the driver is ignored and it will be routed from any wire with a matching getWireConstantValue
// If this is set to a non-empty ID, then the driver is ignored and it will be routed from any wire with a matching
// getWireConstantValue
IdString constant_value;

// wire -> uphill_pip
Expand Down
Loading

0 comments on commit 61c1769

Please sign in to comment.