The latches in the above circuit are SR latches (see figure 7-10a) and a D latch (see figure 7-12b) with control.
If using the Xilinx software, you will need to add a master reset to each flip-flop so that you can start it in a known condition. The flip-flops in your simulation must start in the reset state. Use the following input signals for C, J, and K.
If simulating the circuits by hand, show the S input of the slave SR latch and the Q output of each latch as a minimum.
Here is a D type flip flop with reset written in VHDL that you can use as a guide to writing your descriptions if you decide to use the Xilinx tools to simulate the circuits.