|
|
|
|
|
by alok-g
2890 days ago
|
|
I had developed using professional IC design tools (specifically Modelsim and Xilinx) for the processor. However, free tools are available like http://iverilog.icarus.com/ The actual processor was implemented on a Xilinx FPGA, and it was about 2K lines of HDL code, carrying about 25 application-specific instructions which I had designed also. For the compiler, disassembler, IDE, emulator, I created in C# and .NET. While I did not use these, there are also ASIPs: https://en.m.wikipedia.org/wiki/Application-specific_instruc... |
|