RapidWright
RapidWright copied to clipboard
Application code to create hardware contract (depend on PR #435,436)
This method is called from copyImplementation to copy static net. Two flags are added to the original copyImplementation. One is to control whether to copy static nets and the other to indicate copying only internal nets.
@pongstorn-xilinx This looks to be the same set of changes as #385. Did some of your changes get lost?
Chris, you are right. I forgot to commit the change. I will update it.
I have updated this PR. It contains PR #395, #385. This is probably the reason for conflicts.
Unit Test Results
42 files 42 suites 8m 23s :stopwatch: 571 tests 563 :heavy_check_mark: 8 :zzz: 0 :x: 584 runs 576 :heavy_check_mark: 8 :zzz: 0 :x:
Results for commit 6ad596e8.
:recycle: This comment has been updated with latest results.
This PR has morphed beyond "Copying static net while copyImplementation" into one that also does HWCT. Can we separate the two again please?