mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-02 02:37:25 +02:00
Version abc51121
This commit is contained in:
@@ -46,7 +46,7 @@ static int Fpga_MappingPostProcess( Fpga_Man_t * p );
|
||||
int Fpga_Mapping( Fpga_Man_t * p )
|
||||
{
|
||||
int clk, clkTotal = clock();
|
||||
|
||||
|
||||
// collect the nodes reachable from POs in the DFS order (including the choices)
|
||||
p->vAnds = Fpga_MappingDfs( p, 1 );
|
||||
Fpga_ManReportChoices( p ); // recomputes levels
|
||||
|
||||
Reference in New Issue
Block a user