Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add com.xilinx.rapidwright.eco.ECOTools package #850

Merged
merged 6 commits into from
Oct 16, 2023
Merged

Conversation

eddieh-xlnx
Copy link
Collaborator

@eddieh-xlnx eddieh-xlnx commented Oct 12, 2023

Adding:

  • ECOTools.connectNet()
  • ECOTools.createCell()
  • ECOTools.createNet()
  • ECOTools.disconnectNet()
    • ECOTools.disconnectNetPath() an overload that takes List<String> rather than List<EDIFHierPortInst>
  • ECOTools.removeCell()
    • ECOTools.removeCellPath() an overload that takes List<String> rather than List<EDIFHierCellInst>

Modelled on a subset of Vivado's connect_net, create_cell, create_net, disconnect_net, remove_cell Tcl capabilities.

Signed-off-by: Eddie Hung <[email protected]>
src/com/xilinx/rapidwright/eco/ECOTools.java Show resolved Hide resolved
src/com/xilinx/rapidwright/eco/ECOTools.java Outdated Show resolved Hide resolved
src/com/xilinx/rapidwright/eco/ECOTools.java Show resolved Hide resolved
src/com/xilinx/rapidwright/eco/ECOTools.java Outdated Show resolved Hide resolved
src/com/xilinx/rapidwright/eco/ECOTools.java Show resolved Hide resolved
src/com/xilinx/rapidwright/eco/ECOTools.java Outdated Show resolved Hide resolved
eddieh-xlnx and others added 2 commits October 16, 2023 13:56
Co-authored-by: Chris Lavin <[email protected]>
Signed-off-by: eddieh-xlnx <[email protected]>
Signed-off-by: Eddie Hung <[email protected]>
@eddieh-xlnx eddieh-xlnx merged commit 76fe9a1 into master Oct 16, 2023
@eddieh-xlnx eddieh-xlnx deleted the ecotools branch October 16, 2023 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants