Skip to content

smoke-y/lvg-32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LVG-32

INSTR

8 bit addr | 8 bit instr -> 16 bit

[0] NOP

[1] LOAD_L #addr

load 16 * 32 bits into L register file

[2] LOAD_R #addr

load 16 * 32 bits into R register file

[3] LOAD_A #addr

load 16 * 32 bits into A register file

[4] STORE #addr

store 16 * 32 bits

[5] MUL

multiply(L.R)

[6] MUL_ADD #addr

multilpy(L.R) and add the matrix present @ #addr

[7] MUL_ACT

multiply(L.R) and pass it through the activation function

[8] MUL_ADD_ACT

multiply(L.R), add, and pass it through the activation function

About

32-bit fp FPGA tpu

Resources

License

Stars

Watchers

Forks