Connecting WireIn & WireOut together

Does anyone know if its safe to directly connect the data bus of a WireIn and a WireOut together ? I want to attach them to my internal data bus but dont want to break anything. Thanks

That’s not a problem. You can do:

assign ep20wireout = ep00wirein; (Verilog)

for example. We do this a lot for test benches and verification.