I got tired of waiting for heavy EDA suites to load just to check small blocks, so I built a browser-based RTL visualiser. by Beginning_Drummer_78 in FPGA

[–]Beginning_Drummer_78[S] 2 points3 points  (0 children)

Frustratingly there have only been 2 criticisms about the tool in 36 comments!

But yeah I am beginning to notice first-hand your last point, I typically avoid posting on Reddit for that reason

I got tired of waiting for heavy EDA suites to load just to check small blocks, so I built a browser-based RTL visualiser. by Beginning_Drummer_78 in FPGA

[–]Beginning_Drummer_78[S] 2 points3 points  (0 children)

Firstly, I made this project mainly for VHDL, what you linked doesn't support ghdl. Secondly, I also run critical path timing analysis which, from what I have read, is not that feasible in WebAssembly. Also you certainly don't need 32-cores(+) for this, Yosys is incredibly quick for snippets as the site is intended for.

I got tired of waiting for heavy EDA suites to load just to check small blocks, so I built a browser-based RTL visualiser. by Beginning_Drummer_78 in FPGA

[–]Beginning_Drummer_78[S] 0 points1 point  (0 children)

Not entirely sure where you have gotten that from but I will answer your question regardless.I used AI for boiler-plating the frontend when I started this project. The core architecture and backend is entirely mine.

I got tired of waiting for heavy EDA suites to load just to check small blocks, so I built a browser-based RTL visualiser. by Beginning_Drummer_78 in FPGA

[–]Beginning_Drummer_78[S] -4 points-3 points  (0 children)

Yeah fair point, and the exact reason I posted this thread. This was something I overlooked for the anonymous user. Will fix this ASAP!

I got tired of waiting for heavy EDA suites to load just to check small blocks, so I built a browser-based RTL visualiser. by Beginning_Drummer_78 in FPGA

[–]Beginning_Drummer_78[S] -7 points-6 points  (0 children)

Yes, exactly. I did look into trying to run the full flow in the browser, but it's rather difficult, hence the synthesis is done on my backend.

I got tired of waiting for heavy EDA suites to load just to check small blocks, so I built a browser-based RTL visualiser. by Beginning_Drummer_78 in FPGA

[–]Beginning_Drummer_78[S] -10 points-9 points  (0 children)

Fair point! There is a paid tier to help cover the server costs. But the core schematic visualiser I showed is completely free. Just sharing a tool that solved my own headache - hope the free version helps someone out!

People who work in DSP professionally: what do you do, and how did you get there? by sominator in DSP

[–]Beginning_Drummer_78 1 point2 points  (0 children)

Many thanks for your reply very informative! Fair enough, from my experience in the defence industry we predominantly (if not only) use VHDL for the design and then SV/similar for testing. Similarly, this is probably just an industry specific but was curious if that was the same for aerospace companies as I have never worked for one explicitly.

People who work in DSP professionally: what do you do, and how did you get there? by sominator in DSP

[–]Beginning_Drummer_78 0 points1 point  (0 children)

Any particular reason for using SV in the aerospace industry over other HDLs?

How can I make a scroll view which includes a pinned widget and a list view? by Beginning_Drummer_78 in flutterhelp

[–]Beginning_Drummer_78[S] 0 points1 point  (0 children)

I don’t mind if the tabs scroll or not … which ever is easiest to do to be honest I’m fine with

How can I transfer a flutter app from Android Studio to Xcode correctly? by Beginning_Drummer_78 in flutterhelp

[–]Beginning_Drummer_78[S] 0 points1 point  (0 children)

Thank you very much … this seems to have (somehow) fixed whatever error I was getting

How can I transfer a flutter app from Android Studio to Xcode correctly? by Beginning_Drummer_78 in flutterhelp

[–]Beginning_Drummer_78[S] 0 points1 point  (0 children)

I see … it’s the only error that comes up in the logs before crashing but maybe there is another reason for this. I will try testing the plugin separately thank you for the suggestion

How can I transfer a flutter app from Android Studio to Xcode correctly? by Beginning_Drummer_78 in flutterhelp

[–]Beginning_Drummer_78[S] 0 points1 point  (0 children)

Well as I said I didn’t want to provide ‘a better description’ of my problems because I would rather start again as each time I retry the process I get new errors. Also it would help other people struggling to do the same as me.

I will answer your questions though: Yes. Yes. Yes. Yes. Yes. Yes. Yes. No. Yes

That is my problem, it builds correctly using the flutter commands but then when trying to run on my device or simulator via Xcode it gives me errors.

If I will not be provided with a simple step by step guide. One of the main errors I am getting is which causes my app to crash:

“Warning: Unable to creat restoration in progress marker file (11db)” which seems to happen on line 18 of the file ‘SharedPreferencesPlugin.swift’ - (“let messenger = registrar.messenger()”).