Altera_Forum
Honored Contributor
18 years agoQuartus II block editor general reference
Hello all,
I'm somewhat new to working with Quartus software, and have recently been trying to figure out how to make the absolute most of the block editor feature. On more than one occasion, though, I have found myself wanting to do tasks that seem like they ought to be simple, but end up taking a good bit of time figuring out due to formatting concerns and the like. For example, I recently found myself wanting to assign a constant byte value as an input to a function, but could only really figure out how to assign single bit constants. This is a very, very simple thing to do in verilog or vhdl (which I am more comfortable working with), so I would think that there would be an equally simple way to perform this task with the schematic editor (other than creating a verilog function that continuously spams the same byte on its output and tieing that output to the desired input). As such, I was wondering if any of you knew of good tutorials for the block editor that cover more than just the basics (this is how you create a new project, this is how you compile, this is how you make a bdf from a .v file, etc), but that were somewhat less intensive than the 300-someodd page Quartus reference manual. Thanks in advance, Jordan Wills