Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hammer FPGA backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Automate
Agent sessions
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kia
Hammer FPGA backend
Commits
Commits · ddcf4133e07ed96a54dca7d349e368b8bbadb663
ddcf4133e07ed96a54dca7d349e368b8bbadb663
Select Git revision
Selected
ddcf4133e07ed96a54dca7d349e368b8bbadb663
Branches
1
master
default
2 results
hammer-fpga-backend
Author
Search by author
Any Author
authors
Kia
kia
Stephen Taylor
lvln
2 authors
Browse files
Apr 22, 2021
fixed typo
· ddcf4133
Kia
authored
Apr 22, 2021
ddcf4133
repeat ourselves a bit
· 9bfafeea
Kia
authored
Apr 22, 2021
9bfafeea
spacing
· 1c634e4a
Kia
authored
Apr 22, 2021
1c634e4a
redoing the table/stack Layouts to just take the language parameters; also...
· 4a896dda
Kia
authored
Apr 22, 2021
4a896dda
reorder
· 318345b6
Kia
authored
Apr 22, 2021
318345b6
spacing
· 097bc5ba
Kia
authored
Apr 22, 2021
097bc5ba
conditionally add the components necessary for serializing if we're asked to generate a parse tree
· 68905f33
Kia
authored
Apr 22, 2021
68905f33
split Layouts into internals/externals
· a7c02dca
Kia
authored
Apr 22, 2021
a7c02dca
reorder two tables in the documentation
· 433108bb
Kia
authored
Apr 22, 2021
433108bb
module
· 6bfc4940
Kia
authored
Apr 22, 2021
6bfc4940
imports
· dbf51c92
Kia
authored
Apr 22, 2021
dbf51c92
move directory to facilitate importing
· c6ee5004
Kia
authored
Apr 22, 2021
c6ee5004
Apr 14, 2021
we've decided to accept the extra clock cycle from now
· d84f0294
Kia
authored
Apr 14, 2021
d84f0294
start typing up notes on research directions and more advanced microarchitectures
· b3a07bbc
Kia
authored
Apr 14, 2021
b3a07bbc
start working on downstream transaction flow control (the case where we...
· 3ab7af52
Kia
authored
Apr 14, 2021
3ab7af52
document slicer
· e2797500
Kia
authored
Apr 14, 2021
e2797500
Apr 10, 2021
attempt to fix the desync bug
· bb29b924
Kia
authored
Apr 10, 2021
bb29b924
Apr 06, 2021
test using the internal nMigen "Part" function from nmigen.hdl.ast to see if...
· 8830f9e2
Kia
authored
Apr 6, 2021
8830f9e2
restore omitted line, use the refolder to initialize the memory
· bada5a35
Kia
authored
Apr 6, 2021
bada5a35
refolder works
· 11102625
Kia
authored
Apr 6, 2021
11102625
make note of added dependency
· 711781c4
Kia
authored
Apr 6, 2021
711781c4
work on bit resizer (also will be useful for initializing the memory for the formal/BMC test)
· 65d16f0e
Kia
authored
Apr 6, 2021
65d16f0e
take care of nonzero least-significant bit index
· 6db9cb8c
Kia
authored
Apr 6, 2021
6db9cb8c
think there's something wrong with this but committing anyway to get it down
· 05b3f174
Kia
authored
Apr 6, 2021
05b3f174
Apr 05, 2021
rm now-superfluous comments
· ece3d518
Kia
authored
Apr 5, 2021
ece3d518
right/left terminology removed
· a752a057
Kia
authored
Apr 5, 2021
a752a057
split the bitwise calculation in two steps
· f150d22e
Kia
authored
Apr 5, 2021
f150d22e
rename the confusing "left" and "right" bit index stuff, pt 2
· cc974b1a
Kia
authored
Apr 5, 2021
cc974b1a
rename the confusing "left" and "right" bit index stuff, pt 1
· b0079683
Kia
authored
Apr 5, 2021
b0079683
this is the best way to do a synthesizable cutting-off of the top K bits, i believe.
· 58fe2311
Kia
authored
Apr 5, 2021
58fe2311
try working on combining shift register, we morally are on the right track but...
· bb6141f3
Kia
authored
Apr 5, 2021
bb6141f3
Apr 03, 2021
seems to work, i think we should write the shift register so we can do the...
· 7bcd6406
Kia
authored
Apr 3, 2021
7bcd6406
we forgot to register the pseudoindex
· b93901f3
Kia
authored
Apr 3, 2021
b93901f3
gitignore for sby work
· fe2f2706
Kia
authored
Apr 3, 2021
fe2f2706
comment AW Memory
· fb8dc942
Kia
authored
Apr 3, 2021
fb8dc942
first implementation of arbitrary width read-only memory
· 425a195d
Kia
authored
Apr 3, 2021
425a195d
try gearbox formal with different values.
· 77b3d958
Kia
authored
Apr 3, 2021
77b3d958
we can make this read-only because the only write that happens is for the...
· 6e7ae7de
Kia
authored
Apr 3, 2021
6e7ae7de
Mar 29, 2021
remove superfluous yosys commands, prep does those for us already
· 538a4de9
Kia
authored
Mar 29, 2021
538a4de9
fix txn vs bits bug in the expiration date calculation
· 90a83448
Kia
authored
Mar 29, 2021
90a83448
Loading