fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
630 B
Text
9 lines
630 B
Text
Cascade is a novel solution to the problem that FPGAs take a long time to
|
|
program, with complex programs taking hours to be compiled to run on FPGA.
|
|
Cascade is a first just-in-time compiler for Verilog. Cascade executes code
|
|
immediately in a software simulator, and performs compilation in the
|
|
background. When compilation is finished, the code is moved into hardware, and
|
|
from the user's perspective it simply gets faster over time. Cascade's ability
|
|
to move code back and forth between software and hardware also makes it the
|
|
first platform to provide generic support for the execution of unsynthesizable
|
|
Verilog from hardware.
|