Add Verilog files for FPGA/Misc/PTMClock package #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
PTMClock
package imports two Verilog modules that were still in the BSC repo and had accidentally not been migrated here. (They were removed from the BSC repo in B-Lang-org/bsc#388.)This repo had not yet been installing any Verilog files, and I had to add a mechanism for storing and installing them. The current structure of this repo mirrors what the BSC repo does, where the library sources are in one (possibly interdependent) tree and the Verilog is in a separate tree. I would prefer that this repo be structured by project, keeping the source and Verilog (and docs and scripts and any other files) together. But for now I've just continued to mirror what the BSC repo does.