Altera_ForumHonored Contributor15 years agoReversing bits in a bus in verilog... I was wondering about the easy way to reverse bits in a bus in Verilog. Here is the code I wrote: ------------------------------------------ if (rev) begin out[29:0] <= inp[0:29]; // ...Show More
Recent DiscussionsGenerate Simulation Setup Script FailsSolvedFIR IP configured for InterpolationAltera SSLC LicenseLisence issue when running .do scriptHow to create a Packaged Subsystem in TCL