Project_Report1

CSE 590 Design Project Report
TA
CSE490/590 PROJECT 1 CP1 REPORT
IMPLEMENTATION OF COLLISION DETECTION
FOR 3D PRINTERS
Name
UB Person #
1
2
3
Date: 3/27/2017
1
CSE 590 Design Project Report
TA
I. ABSTRACT
(For Those who pick the method: Voxel Marking)
For this Project, We need to design a module that takes in a line segment coordinate
pairs(unsigned 8 bit in vector, [x1,y1,z1,x2,y2,z2]) and output all voxels intersecting such
line [unsigned 8 bit in x, y, z]
How did u design it…………
(For Those who pick the method: Line Intersection)
For this checkpoint, We need to design a module that takes in a line segment coordinate
pairs(Unsigned 8 bits, [x1,y1,z1,x2,y2,z2]) and whether they intersect (Boolean 1bit)
How did u design it…………
(Feel free to use other method:)
How did u design it…………
2
CSE 590 Design Project Report
TA
II. DESIGN FLOW CHART
The example flow chart consists of sub-modules is shown in Fig. 1. Fig. 2. ……
(You could use visio to do it. It is available on UB library computers.)
Explain each sub-modules I/O format and functionality in detail.
Fig.1. Flow Chart
3
CSE 590 Design Project Report
TA
IV. SIMULATED RESULTS
The simulated waveform from Xilinx ISE webpack. Explain your results. Feel free to use
your own input.
4