Convert Matlab Code (.m) to Digital Circuits

3 views (last 30 days)
Tamer
Tamer on 20 Jul 2014
Answered: Taru on 7 Oct 2022
Hello,
Do you know, How could I convert Matlab Code (.m) to Digital Circuit ( Adder,Latches, FlipFlop, AND-gate , OR-gate)?
Thanks,

Accepted Answer

Taru
Taru on 7 Oct 2022
Hi,
What I gather from the question is that you want to synthesise a digital circuit from a .m code. MATLAB offers a feature to convert .m to HDL code which can exported to a circuit synthesing software to do the rest.
To get a demonstration follow this link.

More Answers (1)

Kiran Kintali
Kiran Kintali on 6 Oct 2022
Edited: Kiran Kintali on 6 Oct 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!