Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
super6502
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Byron Lathi
super6502
Commits
b815af3f
Verified
Commit
b815af3f
authored
6 months ago
by
Byron Lathi
Browse files
Options
Downloads
Patches
Plain Diff
Make a pcapng file, not pcap
parent
8455d5b5
No related branches found
Branches containing commit
No related tags found
1 merge request
!74
Resolve "Network Processor"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
hw/super6502_fpga/src/sub/network_processor/sim/cocotb/tests/tcp_test.py
+1
-1
1 addition, 1 deletion
...ga/src/sub/network_processor/sim/cocotb/tests/tcp_test.py
with
3 additions
and
2 deletions
.gitignore
+
2
−
1
View file @
b815af3f
...
...
@@ -34,4 +34,5 @@ __pycache__
*.vcd
*.fst.*
results.xml
html
\ No newline at end of file
html
*.pcapng
\ No newline at end of file
This diff is collapsed.
Click to expand it.
hw/super6502_fpga/src/sub/network_processor/sim/cocotb/tests/tcp_test.py
+
1
−
1
View file @
b815af3f
...
...
@@ -57,7 +57,7 @@ def ip_to_hex(ip: str) -> int:
@cocotb.test
()
async
def
test_simple
(
dut
):
pktdump
=
PcapWriter
(
"
tcp.pcap
"
,
append
=
True
,
sync
=
True
)
pktdump
=
PcapWriter
(
"
tcp.pcap
ng
"
,
append
=
True
,
sync
=
True
)
tb
=
TB
(
dut
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment