Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to implement a C routine to VHDL?
Hi, I am trying to rewrite C routine for ethernet (sending of a packet) to VHDL. And I would like to know, how can I write command for setting up some configuration in ethernet driver registry. ...
Altera_Forum
Honored Contributor
14 years agoAnd is it appropriate to use a state machine with a lot of states if I have more these "register settings"? Or I should use for example procedure set_reg(reg,value)? I am afraid of its influence on the complexity of structure in FPGA.