The A2O core was a follow-on to A2I, written in Verilog, and supported a lower thread count than A2I, but higher performance per thread, using out-of-order execution (register renaming, reservation stations, completion buffer) and a store queue
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openpowerwtf 3893e0253d add dev 11 months ago
..
boot.bin add dev 11 months ago
boot.bin.hex add dev 11 months ago
boot.d add dev 11 months ago
boot.lst add dev 11 months ago
boot.o add dev 11 months ago
boot.s add dev 11 months ago
defines.s add dev 11 months ago
readme.md add dev 11 months ago

readme.md

powerpc-linux-gnu-as -a64 -mbig-endian -ma2 boot.s -ahlnd -o boot.o > boot.lst
powerpc-linux-gnu-objdump -d boot.o > boot.d

# creat binary
powerpc-linux-gnu-objcopy -O binary boot.o boot.bin

# create ascii hex
../bin/bin2init boot.bin