Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no DW02_tree.v in vmod #39

Closed
280185386 opened this issue Oct 20, 2017 · 1 comment
Closed

There is no DW02_tree.v in vmod #39

280185386 opened this issue Oct 20, 2017 · 1 comment

Comments

@280185386
Copy link

Error-[SFCOR] Source file cannot be opened
Source file
"/home/eda/workdir/nvdla_hw_master/hw-master/verif/../vmod/dw_components/DW02_tree.v"
cannot be opened for reading due to 'No such file or directory'.
Please fix above issue and compile again.
"/home/eda/workdir/nvdla_hw_master/hw-master/verif/synth_tb/slave2mem_wr.v",
189

1 error

And vmod/nvdla/cmac/NV_NVDLA_CMAC_CORE_MAC_mul.v use it fellows:

DW02_tree #(5, 24) u_tree_l0n0 (

526 | .INPUT (pp_in_l0n0[119:0]) //|< r
… |  
539 | `else
540 | DW02_tree #(5, 24) u_tree_l0n1 (
541 | .INPUT (pp_in_l0n1[119:0]) //|< r
542 | ,.OUT0 (pp_out_l0n1_0[23:0]) //|> w

@jwise
Copy link
Contributor

jwise commented Oct 20, 2017

You need either to have a DesignWare license, or you need to define DESIGNWARE_NOEXIST. Please see http://nvdla.org/integration_guide.html#designware-components for more information.

@jwise jwise closed this as completed Oct 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants