Any way, attached is my usrp_std.v and rx_chain_hb.v. For example, I added this to usrp_std.v:
// Uncomment the following to include optional circuitry //`define DEBUG_OWNS_IO_PINS `define TX_ON `define RX_ON `define Dual_RX //Note: More conditional compile flags in rx_chain_hb.vAnd then the entire receiver or transmitter can be compiled out to make room for custom circuits.
This makes the source a little harder to read but it:1. reduces the number of files being maintained, e.g. don't need rx_chain.v AND rx_chain_hb.v
2. makes it more likely that custom extensions remain backward compatible Thanks, Clark _________________________________________________________________Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
usrp_std.v
Description: Binary data
rx_chain_hb.v
Description: Binary data
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
