ztachip

Results 6 issues of ztachip

I wrote a simple task switching that save registers and restore registers // Save registers sw s0,4(sp) sw s1,8(sp) sw s2,12(sp) sw s3,16(sp) : : // Restore registers lw s0,4(sp)...

Can Axi4Crossbar connect AXI ports from different clock domains?

I assume that user_clk is the clock for the AXI interface. Do I have a choice on this clock? Can I set user_clk to any clock value? Thanks

question

Your project is very interesting. I think this is very useful for DomainSpecificArchitecture. Which many say is the future of computing. I also created an opensource github.com/ztachip/ztachip along the line...

Could you provide some instructions on how to install and use this new version. Is it similar to VexRiscv? Thx

I try to create a custom instruction for fast context switching The opcode will save a register value and at the same time restore the register to last saved value....