You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd $SUME_FOLDER/lib/hw/xilinx/cores/tcam_v1_1_0/ && make update && make
$ cd $SUME_FOLDER/lib/hw/xilinx/cores/cam_v1_1_0/ && make update && make
$ cd $SUME_SDNET/sw/sume && make
$ cd $SUME_FOLDER && make
Inspecting $SUME_FOLDER/Makefile reveals that its default target all depends on target clean.
I.e. cd $SUME_FOLDER && make will execute make clean in the $SUME_FOLDER.
Is the README note obsolete?
Regards,
Sharlene
The text was updated successfully, but these errors were encountered:
Hi,
lib/hw/xilinx/cores/tcam_v1_1_0/README
ends with the following note:but in "Steps for initial setup" (step 8) instructs to execute:
Inspecting
$SUME_FOLDER/Makefile
reveals that its default targetall
depends on targetclean
.I.e.
cd $SUME_FOLDER && make
will executemake clean
in the$SUME_FOLDER
.Is the README note obsolete?
Regards,
Sharlene
The text was updated successfully, but these errors were encountered: