projects
/
soc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
move over to from openpower imports
[soc.git]
/
src
/
soc
/
experiment
/
alu_hier.py
2021-04-23
Luke Kenneth Casso...
move over to from openpower imports
blob
|
commitdiff
|
raw
2021-01-01
Cesar Strauss
Add zero CR test case and fix comments
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Cesar Strauss
Make all ports the same size, on the test ALU
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Cesar Strauss
Add CR to the output data port
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Cesar Strauss
Make output write enables independent of valid_o
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Cesar Strauss
Disable data value output on NOP
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Cesar Strauss
Add condition register (CR) output
blob
|
commitdiff
|
raw
|
diff to current
2020-12-31
Cesar Strauss
Implement and test NOP in the test ALU
blob
|
commitdiff
|
raw
|
diff to current
2020-12-31
Cesar Strauss
Don't use OP_NOP for zero-delay subtraction
blob
|
commitdiff
|
raw
|
diff to current
2020-12-31
Cesar Strauss
Sign extend the second input port
blob
|
commitdiff
|
raw
|
diff to current
2020-12-31
Cesar Strauss
Add sign extend to the Test ALU
blob
|
commitdiff
|
raw
|
diff to current
2020-10-24
Cesar Strauss
Create a GTKWave document for the test ALU unit tests
blob
|
commitdiff
|
raw
|
diff to current
2020-09-26
Cesar Strauss
Convert a few more tests to be able to use cxxsim
blob
|
commitdiff
|
raw
|
diff to current
2020-08-24
Cole Poirier
Merge branch 'master' of git.libre-soc.org:soc
blob
|
commitdiff
|
raw
|
diff to current
2020-08-22
Luke Kenneth Casso...
rename invert_a to invert_in because logical inverts RB
blob
|
commitdiff
|
raw
|
diff to current
2020-07-22
Jacob Lifshay
Merge remote-tracking branch 'origin/master'
blob
|
commitdiff
|
raw
|
diff to current
2020-07-22
Jacob Lifshay
format code
blob
|
commitdiff
|
raw
|
diff to current
2020-07-12
Luke Kenneth Casso...
rename InternalOp to MicrOp
blob
|
commitdiff
|
raw
|
diff to current
2020-07-08
Jacob Lifshay
Merge branch 'master' of ssh://git.libre-riscv.org...
blob
|
commitdiff
|
raw
|
diff to current
2020-07-07
Cesar Strauss
Clear input data along with valid_i
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Cesar Strauss
Assert n.ready_i at the beginning of the cycle
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Cesar Strauss
Remove wait state to demonstrate zero-delay reception.
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Cesar Strauss
Simplify waiting loops
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Cesar Strauss
Finally add some well needed comments
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Cesar Strauss
Simplify waiting loops
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Cesar Strauss
Add some wait states in each process
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Cesar Strauss
Negate inputs after use
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Cesar Strauss
Add other tests
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Cesar Strauss
Implement receiver
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Cesar Strauss
Implement sender.
blob
|
commitdiff
|
raw
|
diff to current
2020-07-06
Cesar Strauss
Begin a new parallel test
blob
|
commitdiff
|
raw
|
diff to current
2020-07-02
Cesar Strauss
Present the ALU result only when valid_o is active
blob
|
commitdiff
|
raw
|
diff to current
2020-06-28
Cesar Strauss
Let p.ready_o be active while the test ALU is idle
blob
|
commitdiff
|
raw
|
diff to current
2020-06-28
Cesar Strauss
Add missing ports to the test ALU
blob
|
commitdiff
|
raw
|
diff to current
2020-06-09
Cesar Strauss
Keep the sequencer in the "done" state until ready_i...
blob
|
commitdiff
|
raw
|
diff to current
2020-06-07
Cesar Strauss
Assign the one-clock delay operation from ADD to SHR
blob
|
commitdiff
|
raw
|
diff to current
2020-06-07
Cesar Strauss
Try responding with ready_i on the same cycle as valid_o
blob
|
commitdiff
|
raw
|
diff to current
2020-06-07
Cesar Strauss
Assert valid_o one clock early, as alu_done is asserted
blob
|
commitdiff
|
raw
|
diff to current
2020-06-07
Cesar Strauss
Make the test ALU conform to the valid/ready protocol
blob
|
commitdiff
|
raw
|
diff to current
2020-05-29
Luke Kenneth Casso...
rename output signals in Test ALU
blob
|
commitdiff
|
raw
|
diff to current
2020-05-28
Tobias Platen
Merge branch 'master' of ssh://git.libre-riscv.org...
blob
|
commitdiff
|
raw
|
diff to current
2020-05-28
Luke Kenneth Casso...
add 3rd parameter to DummyALU
blob
|
commitdiff
|
raw
|
diff to current
2020-05-26
Luke Kenneth Casso...
get score6600_multi.py working again
blob
|
commitdiff
|
raw
|
diff to current
2020-05-25
Michael Nolan
Minor changes to alu_hier.py to allow it to be used...
blob
|
commitdiff
|
raw
|
diff to current
2020-05-24
Luke Kenneth Casso...
hmm...
blob
|
commitdiff
|
raw
|
diff to current
2020-05-24
Luke Kenneth Casso...
add very rapid DummyALU for test purposes in MultiCompUnit
blob
|
commitdiff
|
raw
|
diff to current
2020-05-23
Luke Kenneth Casso...
make MultiCompUnit and testing ALU use regspec API...
blob
|
commitdiff
|
raw
|
diff to current
2020-05-23
Luke Kenneth Casso...
make demo/test ALU look like nmigen pipeline API
blob
|
commitdiff
|
raw
|
diff to current
2020-05-20
Luke Kenneth Casso...
fix a series of random imports
blob
|
commitdiff
|
raw
|
diff to current
2020-05-08
Michael Nolan
Separate out ALU Input record from alu_hier.py
blob
|
commitdiff
|
raw
|
diff to current
2020-04-19
Luke Kenneth Casso...
get compldst.py unit test up and running after modifica...
blob
|
commitdiff
|
raw
|
diff to current
2020-04-19
Luke Kenneth Casso...
convert BranchALU to temporary conformant API
blob
|
commitdiff
|
raw
|
diff to current
2020-04-17
Jacob Lifshay
Merge branch 'master' of ssh://git.libre-riscv.org...
blob
|
commitdiff
|
raw
|
diff to current
2020-04-14
Luke Kenneth Casso...
turn experimental ALU into array-input
blob
|
commitdiff
|
raw
|
diff to current
2020-04-10
Luke Kenneth Casso...
eek, first cut at using POWER decoder2 in 6600 simulato...
blob
|
commitdiff
|
raw
|
diff to current
2020-04-10
Luke Kenneth Casso...
whoops syntax error
blob
|
commitdiff
|
raw
|
diff to current
2020-04-10
Luke Kenneth Casso...
converting InstructionQ to use Decode2ToExecuteType
blob
|
commitdiff
|
raw
|
diff to current
2020-04-10
Luke Kenneth Casso...
add eq_from_execute1 subset function
blob
|
commitdiff
|
raw
|
diff to current
2020-04-09
Luke Kenneth Casso...
get CompUnitALU test running with InternalOp ALU subset
blob
|
commitdiff
|
raw
|
diff to current
2020-04-09
Luke Kenneth Casso...
experiment morphing ALU to take subset of Decode2ToExecute1
blob
|
commitdiff
|
raw
|
diff to current
2020-04-08
Luke Kenneth Casso...
use power decoder InternalOp
blob
|
commitdiff
|
raw
|
diff to current
2020-03-10
Luke Kenneth Casso...
comments explaining what alu_hier.py does
blob
|
commitdiff
|
raw
|
diff to current
2020-03-09
Luke Kenneth Casso...
move all source directories to soc so that "import...
blob
|
commitdiff
|
raw
|
diff to current