Forum Discussion
Altera_Forum
Honored Contributor
9 years agors232 uart ip :: user guide
hi, // unnamed.v
// Generated using ACDS version 16.0 211
`timescale 1 ps / 1 ps
module unnamed (
input wire address, // avalon_rs232_slave.address
input wire chipselec...
Altera_Forum
Honored Contributor
9 years agohi,
what i wanted to do is :: there is a design running in my fpga @ (200 hz & 46 bit width) . output is coming out from top module in 46 bit register. i wanted to print or save it in my pc. after few searching, i thought i will do usb _uart( had in sockit_) . thats why i asking these doubts . doing it for the first time :) is it possible to change the c code & instead of "" hello world"" , print my register value ? regards