Addition of systemC based gpex for systemC based pci devices #34
+10,328
−5
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.
Add initial systemC pcie TLM, TLM based pci root (gs_gpex) and nvme SSD based off of simple ssd code. There's probably a few things to resolve before merging i'm sure. Currently doesn't have any sort of functionality for synchronizing time which is next up for me. Should be able to support multiple PCI devices. I was able to attach 2 NVMe SSDs but the second one wasn't working with MSI-X so will have to investigate that as I go.
Also pulled in this PR we can probably close it for now. #30
closes #27
I also noticed an intermittent crash on my rebase and managed to catch it once with the debugger. Some sort of segfault error in the arm_gicv3. Not entirely sure what is the root cause of this so far. This issue doesn't show up when using the v9.1-v0.20.1 quic/qemu vs v10.1-v0.2. This seems to be contained to that qemu version.

lspci output 00:00.0 is the gs_gpex and 00:01.0 is the nvme_ssd object:
Running simple read against the device and the log outputs.
Example lua changes i make for the aarch64 lua file.