Guest
#6980281
Im really stumped in this one, how does one program an OR gate using generic functions, safe to say I'm really new to the VHDL programming world. Help would be very much appreciated!
Programming OR and XNOR with 4 inputs using functions
Guest
#6980281
Im really stumped in this one, how does one program an OR gate using generic functions, safe to say I'm really new to the VHDL programming world. Help would be very much appreciated!
Guest
#6990198
What generic functions are available to you? Duke NMV wrote: > how does one program an OR gate using generic functions This is the most generic way, almost 100% of the synthesizers understand it: X <= A or B or C or D; > Help would be very much appreciated! Whats your actual problem? ReplyPlease log in before posting. |