Lombiq / Hastlayer-SDK

Turning .NET software into FPGA hardware for faster execution and lower power usage.

Home Page:https://hastlayer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# code listing inside VHDL

Piedone opened this issue · comments

Idea: we could add the C# code lines as comments to the VHDL source file, to each state within Hast_IP.vhd. This could potentially improve debugging.

As Hastlayer works from the decompiled IL, it could make use of the IL->C# functions of ILSpy to implement this feature.

Idea by @ha7ilm.

This could be added in the Debug VHDL generation mode as VHDL comments. I'd keep this optional on top of that too (since there're already a lot of debug comments added).